EmbeddedControlProperties Class

Represents the properties of an embedded control (controlPr element, CT_ControlPr).

Definition

Namespace: Independentsoft.Office.Spreadsheet
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public class EmbeddedControlProperties
Inheritance
Object    EmbeddedControlProperties

Constructors

EmbeddedControlProperties Initializes a new instance of the EmbeddedControlProperties class.

Properties

AltText Gets or sets the alternative text of the control.
Anchor Gets or sets the object anchor.
AutoFill Gets or sets whether the control fill style is automatic.
AutoLine Gets or sets whether the control line style is automatic.
AutoPict Gets or sets whether the control size is automatic based on its picture.
ClipboardFormat Gets or sets the clipboard format of the control image ("pict", "bitmap" or "pictOld").
DefaultSize Gets or sets whether the control keeps its default size.
Disabled Gets or sets whether the control is disabled.
LinkedCell Gets or sets the cell the control value is linked to.
ListFillRange Gets or sets the range used to fill a list control.
Locked Gets or sets whether the control is locked when the sheet is protected.
Macro Gets or sets the macro attached to the control.
Print Gets or sets whether the control is printed.
RecalcAlways Gets or sets whether the control recalculates always.
RelationshipID Gets or sets the relationship id of the control image.
UiObject Gets or sets whether the control is a UI-only object.

Methods

Clone Creates a copy of the current object.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also